Opc.Ua.Core
ArrayPoolBufferWriter<T> Constructor(Int32,Int32)



Opc.Ua.Buffers Namespace > ArrayPoolBufferWriter<T> Class > ArrayPoolBufferWriter<T> Constructor : ArrayPoolBufferWriter<T> Constructor(Int32,Int32)
Initializes a new instance of the ArrayPoolBufferWriter<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal defaultChunksize As Integer, _
   ByVal maxChunkSize As Integer _
)
'Usage
 
Dim defaultChunksize As Integer
Dim maxChunkSize As Integer
 
Dim instance As New ArrayPoolBufferWriter(Of T)(defaultChunksize, maxChunkSize)
public ArrayPoolBufferWriter<T>( 
   int defaultChunksize,
   int maxChunkSize
)
public:
ArrayPoolBufferWriter<T>( 
   int defaultChunksize,
   int maxChunkSize
)

Parameters

defaultChunksize
maxChunkSize
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArrayPoolBufferWriter<T> Class
ArrayPoolBufferWriter<T> Members
Overload List